Tweak metadata to publish Cargo on crates.io
authorAlex Crichton <alex@alexcrichton.com>
Fri, 24 Jul 2015 21:37:03 +0000 (14:37 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 24 Jul 2015 22:07:01 +0000 (15:07 -0700)
commita4c5438431613f9b1b24524804354be18ebd3063
tree93e1a34475bc2f89c268c565086a3b9fecf73faf
parentfec382d5f2583a61f0114a70a16ad7f267e44b28
Tweak metadata to publish Cargo on crates.io

This commit tweaks some metadata here and there to publish Cargo on crates.io.

* License fields are added to Cargo.tomls
* `registry` was renamed to `crates-io`
* API docs for the `cargo` crate are now generated via `make doc`
Cargo.lock
Cargo.toml
Makefile.in
src/cargo/lib.rs
src/crates-io/Cargo.toml [new file with mode: 0644]
src/crates-io/lib.rs [new file with mode: 0644]
src/registry/Cargo.toml [deleted file]
src/registry/lib.rs [deleted file]